projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0fdb6d
)
(mark_terminals): Typo.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 2 Oct 2007 22:07:41 +0000
(22:07 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 2 Oct 2007 22:07:41 +0000
(22:07 +0000)
src/alloc.c
patch
|
blob
|
history
diff --git
a/src/alloc.c
b/src/alloc.c
index a2b5d9d889bb84e523ff703a76a9468454ebbc3e..8e00733a60ba3f004e1ce5461a68806de8c42ed2 100644
(file)
--- a/
src/alloc.c
+++ b/
src/alloc.c
@@
-5821,7
+5821,7
@@
mark_terminals (void)
for (t = terminal_list; t; t = t->next_terminal)
{
eassert (t->name != NULL);
- mark_vectorlike ((struct Lisp_Vector *)t
mp
);
+ mark_vectorlike ((struct Lisp_Vector *)t);
}
}